################################################################################
# Automatically-generated file. Do not edit!
################################################################################

#Progress monitor hint: 6
first : all
-include ../makefile.init

# This file contains definitions of environment variables used in the makefiles and .args files if exist.
-include makefile.local

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include sources/subdir.mk
-include sources/drivers/subdir.mk
-include Project_Settings/Startup_Code/subdir.mk
-include Project_Settings/Linker_Files/subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
EXECUTABLES += \
UART2SPI_bridge.elf \

EXECUTABLES_QUOTED += \
"UART2SPI_bridge.elf" \

EXECUTABLES_OS_FORMAT += \
UART2SPI_bridge.elf \


# All Target
all: warning-messages explicit-dependencies UART2SPI_bridge.elf secondary-outputs

# Tool invocations
UART2SPI_bridge.elf: $(OBJS) C:/Users/b52932/Documents/KEA/Bootloader/Manuel_Bootloader/KEA_Bootloader/Source\ code/UART2SPI\ bridge/build/S32DS/UART2SPI_bridge/Project_Settings/Linker_Files/SKEAZ_flash.ld $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Executing target #7 $@'
	@echo 'Invoking: Standard S32DS C Linker'
	arm-none-eabi-gcc -o "UART2SPI_bridge.elf" "@UART2SPI_bridge.args"  $(USER_OBJS_QUOTED) $(LIBS_QUOTED)
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) ./*/*/*.o ./*/*.o  $(EXECUTABLES_QUOTED) ./*/*/*.d ./*/*.d  C:\Users\b52932\Documents\KEA\Bootloader\Manuel_Bootloader\KEA_Bootloader\Source code\UART2SPI bridge\build\S32DS\UART2SPI_bridge\Debug\UART2SPI_bridge.elf
	-@echo ' '

secondary-outputs:

.PHONY: all clean dependents explicit-dependencies warning-messages
.SECONDARY:

-include ../makefile.targets

explicit-dependencies: 

warning-messages: 

